Remove unused #include <sys/ioctl.h>.
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Wed, 1 Mar 2006 16:52:37 +0000 (17:52 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Wed, 1 Mar 2006 16:52:37 +0000 (17:52 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/xenstore/xs.c

index f7a576119f8f462a208a94341f6c0245639891d5..6dea25451f53be0612d2787d265aa15aaff59298 100644 (file)
@@ -31,7 +31,6 @@
 #include <signal.h>
 #include <stdint.h>
 #include <errno.h>
-#include <sys/ioctl.h>
 #include <pthread.h>
 #include "xs.h"
 #include "list.h"
@@ -343,7 +342,6 @@ static void *xs_talkv(struct xs_handle *h, xs_transaction_t t,
                free(ret);
                saved_errno = EBADF;
                goto close_fd;
-               
        }
        return ret;